public enum AtomColors extends java.lang.Enum<AtomColors>
Enum Constant and Description |
---|
BLACK_NODE |
GREY_NODE |
WHITE_NODE |
Modifier and Type | Method and Description |
---|---|
static AtomColors |
swigToEnum(int swigValue) |
int |
swigValue() |
static AtomColors |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AtomColors[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AtomColors WHITE_NODE
public static final AtomColors GREY_NODE
public static final AtomColors BLACK_NODE
public static AtomColors[] values()
for (AtomColors c : AtomColors.values()) System.out.println(c);
public static AtomColors valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int swigValue()
public static AtomColors swigToEnum(int swigValue)